sendToBack

abstract fun sendToBack(block: DesignBlock)

Updates the sorting order of this block and all of its manually created siblings so that the given block has the lowest sorting order. If the block is parented to a track, it is first moved up in the hierarchy.

Parameters

block

the block to be given the lowest sorting order among its siblings.